ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Win.Collections.ObjectModel Namespace / ObservableDictionary<TKey,TValue> Class / MoveItem Method

In This Topic
    MoveItem Method (ObservableDictionary<TKey,TValue>)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable Sub MoveItem( _
       ByVal oldIndex As System.Integer, _
       ByVal newIndex As System.Integer _
    ) 
    protected virtual void MoveItem( 
       System.int oldIndex,
       System.int newIndex
    )

    Parameters

    oldIndex
    newIndex
    See Also